Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.platform.audit.core.types-contrib--doctype

This contribution is part of XML component org.nuxeo.ecm.platform.audit.core.types-contrib inside nuxeo-platform-audit-core-6.0.jar

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <doctype extends="Document" name="BasicAuditSearch">
          <schema name="basicauditsearch"/>
          <schema name="dublincore"/>
          <schema name="common"/>
        </doctype>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">

    <doctype extends="Document" name="BasicAuditSearch">
      <schema name="basicauditsearch"/>
      <schema name="dublincore"/>
      <schema name="common"/>
    </doctype>

  </extension>